From a828d4318e4e92223e45e1724a5d1337d189dfc4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Dec 2020 17:50:14 -0500 Subject: [PATCH] Mark flaky tests as flaky We can't mark these as xfail, since it sometimes succeed. --- testsuite/reftests/meson.build | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index a7b4eb0d27..1a8c980a03 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -421,8 +421,10 @@ testdata = [ 'textview-margins.css', 'textview-margins.ref.ui', 'textview-margins.ui', - 'textview-tags.ref.ui', - 'textview-tags.ui', + # this test needs a better way to perform delayed actions + # it is not in xfail since it succeeds on some platforms + #'textview-tags.ref.ui', + #'textview-tags.ui', 'treeview-crash-too-wide.ref.ui', 'treeview-crash-too-wide.ui', 'treeview-fixed-height.css', @@ -439,8 +441,10 @@ testdata = [ 'window-default-size.ui', 'window-height-for-width.ref.ui', 'window-height-for-width.ui', - 'window-show-contents-on-map.ref.ui', - 'window-show-contents-on-map.ui', + # this test needs a better way to perform delayed actions + # it is not in xfail since it succeeds on some platforms + #'window-show-contents-on-map.ref.ui', + #'window-show-contents-on-map.ui', ] # These need to be fixed but the issue hasn't been tracked down. @@ -448,8 +452,6 @@ xfails = [ 'sizegroups-evolution-identity-page.ui', # these depend on details of text layout 'label-sizing.ui', - # needs a better way to perform delayed actions - 'window-show-contents-on-map.ui', ] reftest_env = environment() -- 2.30.2